home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 11049 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: usenet.cis.ufl.edu!usenet
  2. From: ep@cis.ufl.edu (Ed Porras)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: [Q]GCC v2.7.0 and command line arguments.
  5. Date: 12 Mar 1996 14:19:31 GMT
  6. Organization: University of Florida (Computer Science Department)
  7. Message-ID: <842.6645T556T2217@cis.ufl.edu>
  8. References: <Do57y6.JC6.0.queen@torfree.net>
  9. NNTP-Posting-Host: dialup-b2.cis.ufl.edu
  10. X-Newsreader: THOR 2.22 (Amiga;TCP/IP) *UNREGISTERED*
  11.  
  12.  
  13. they are defined in either stdlib.h or unistd.h i believe...
  14. find your include directory (seracg under /usr/include or /local/include
  15. and for c++ headers uner /local/lib/g++-include
  16.  
  17. then use grep to serach for your stuff
  18.  
  19. -e
  20.  
  21.  
  22. >Greetings,
  23.  
  24. >Is there a header file equivalent to 'dos.h' where the externals
  25. >_argv[] and _argc have been defined? Any information; whether
  26. >location and/or reply, will be appreciated...
  27.  
  28.  
  29. >Thank you,
  30. >  Karim A.Ladha
  31. >  -- BH332@TorFree.Net
  32.  
  33. >--
  34.  
  35.  
  36.  
  37. --
  38. ---------------------------------------------------------------
  39.   Ed Porras                 | Email: ep@cis.ufl.edu
  40.   2777 SW Archer Rd. AJ-308 | WWW: http://www.cis.ufl.edu/~ep/
  41.   Gainesville, Fl 32608     | University of Florida, CISE Dept.
  42.   (352) 335-8169            | Work: (352) 373-2626
  43. ---------------------------------------------------------------
  44.  
  45.